home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How To Lose A Guy In 10 Days Press Kit
/
How to Lose a Guy in 10 Days Press Kit.iso
/
pc
/
Program.dxr
/
New Save Image Cast_142_IM06_SV_Thumb.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-17
|
295 b
|
26 lines
global gSEL
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end
on mouseDown me
global gIM06
if gIM06 = 1 then
gIM06 = 0
gSEL.deleteOne("F")
else
gIM06 = 1
gSEL.add("F")
end if
end
on mouseUp me
sound(3).play(member("Shutter"))
updateStage()
end